home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Workspace
/
MonsterShelf
/
Source
/
compositeBackground.psw
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-12
|
179 b
|
8 lines
defineps compositeFromWorkspaceWindow(float x; float y; float w; float h)
gsave
workspaceWindow windowdeviceround
gstate
grestore
x y w h 5 -1 roll x y Copy composite
endps